home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / crctol10.zip / ATMCLASS.TXT < prev    next >
Text File  |  1995-06-25  |  1KB  |  51 lines

  1. ATM
  2. Account
  3.     deposit(Fixed Point)
  4.     withdrawal(Fixed Point)
  5.     commit() returns Boolean
  6.     commitWith(Account) returns Boolean
  7.     balance() returns Fixed Point
  8. Balance Inquiry
  9. Bank Card Reader
  10. Cash Dispenser
  11. Deposit Slot
  12. Deposit Transaction
  13. Device
  14. Display Device
  15.     display(Text)
  16.     display(Text, Point)
  17.     display(Graphic)
  18.     display(Graphic, Point)
  19. Display Screen
  20. Form
  21.     getNumber(String) returns User Response
  22. Funds Transfer
  23. Input Device
  24.     input() returns User Response
  25. Key
  26. Keypad
  27. Menu
  28.     getChoice(Text) returns User Response
  29.     addItem(Text, any)
  30. Numeric Input Key
  31. Output Device
  32.     eject()
  33. Receipt Printer
  34. Secure Form
  35. Transaction
  36.     execute() returns Boolean
  37. User Interaction
  38. User Message
  39.     InsertValidCard() returns User Response
  40.     InsertDepositEnvelope() returns User Response
  41.     removeCard() returns User Response
  42.     removeReceipt() returns User Response
  43.     removeCash() returns User Response
  44. User Response
  45.     isValid() returns Boolean
  46.     value() returns any
  47.     setValid()
  48.     setInvalid()
  49.     value(any)
  50. Withdrawal Transaction
  51.